-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(profiler): data race accessing s.server #15
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c3y1huang
force-pushed
the
fix-unit-test-data-race
branch
from
February 2, 2024 02:11
0db057a
to
67ca394
Compare
Vicente-Cheng
previously approved these changes
Feb 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch! thanks
shuo-wu
reviewed
Feb 2, 2024
c3y1huang
force-pushed
the
fix-unit-test-data-race
branch
2 times, most recently
from
February 2, 2024 03:41
6f3aa84
to
4387242
Compare
shuo-wu
previously approved these changes
Feb 2, 2024
c3y1huang
force-pushed
the
fix-unit-test-data-race
branch
2 times, most recently
from
February 2, 2024 03:49
28a50e3
to
0edb0d5
Compare
c3y1huang
force-pushed
the
fix-unit-test-data-race
branch
from
February 2, 2024 05:07
0edb0d5
to
41668db
Compare
Vicente-Cheng
previously approved these changes
Feb 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for handling the timeout error!
shuo-wu
previously approved these changes
Feb 2, 2024
Signed-off-by: Chin-Ya Huang <[email protected]>
Signed-off-by: Chin-Ya Huang <[email protected]>
c3y1huang
force-pushed
the
fix-unit-test-data-race
branch
from
February 19, 2024 00:53
902857f
to
061c696
Compare
Signed-off-by: Chin-Ya Huang <[email protected]>
c3y1huang
dismissed stale reviews from shuo-wu and Vicente-Cheng
via
February 19, 2024 00:54
51d4b89
innobead
approved these changes
Feb 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue(s) this PR fixes:
Issue
N/A
What this PR does / why we need it:
Fix the concurrent access and modification of the s.server.
Special notes for your reviewer:
Additional documentation or context
This is noticed in #12 (comment), and detected by the unit testing.